home *** CD-ROM | disk | FTP | other *** search
- *****************************************************************************
- * This is the file "DRIVER.BAT" which the SETUP program will create in your *
- * V900 directory. We've fpund that you may have to modify it to reflect a *
- * different DMA channel setting on your sound card. Look below to the lines *
- * for "LOADHIGH aapisb...." (they appear in two separate places) and add the*
- * correct DMA settings (/dma:X) as shown below. This should do it! *
- *****************************************************************************
-
- @echo off
- if .%1. == ./rem. goto REMOVE
- if .%1. == ./REM. goto REMOVE
- if not .%VMP%. == .. goto :QUIT
- set VMP=Y
- LOADHIGH vapinul /CMOS %1 %2 %3 %4 %5 %6 %7 %8 %9
- LOADHIGH aapisb /addr:220 /irq:5 /dma:3 %1 %2 %3 %4 %5 %6
- vmp /|\
- goto :QUIT |Add these
- |parameters
- REMOVE: |if your DMA
- set VMP= |is set differently
- vmp /REM >nul \|/
- LOADHIGH aapisb /addr:220 /irq:5 /dma:3 %1 %2 %3 %4 %5 %6 /REM >nul
- LOADHIGH vapinul /CMOS %1 %2 %3 %4 %5 %6 %7 %8 %9 /REM >nul
-
- if .%2. == ./NOMEM. if exist NOSNDMEM.COM NOSNDMEM.COM
- if .%2. == ./nomem. if exist NOSNDMEM.COM NOSNDMEM.COM
-
- :QUIT
-